Open
Bug 1895257
Opened 1 year ago
Updated 28 days ago
Implement navigation methods from Navigation API
Categories
(Core :: DOM: Navigation, task)
Core
DOM: Navigation
Tracking
()
NEW
People
(Reporter: farre, Assigned: jjaschke)
References
(Depends on 2 open bugs, Blocks 1 open bug)
Details
Since all of the navigation methods will probably share functionality we'll implement them together. In case of segmented landing make sure to split off bugs for each separate method.
NavigationResult navigate(USVString url, optional NavigationNavigateOptions options = {});
NavigationResult reload(optional NavigationReloadOptions options = {});
NavigationResult traverseTo(DOMString key, optional NavigationOptions options = {});
NavigationResult back(optional NavigationOptions options = {});
NavigationResult forward(optional NavigationOptions options = {});
Reporter | ||
Updated•1 year ago
|
Assignee | ||
Updated•3 months ago
|
Assignee: nobody → jjaschke
You need to log in
before you can comment on or make changes to this bug.
Description
•